const runtime.kindBool

4 uses

	runtime (current package)
		cgocall.go#L426: 		case kindBool:
		error.go#L264: 	case kindBool:
		type.go#L361: 	if kindBool <= kind && kind <= kindComplex128 {
		typekind.go#L8: 	kindBool = 1 + iota